Overload | Description |
---|---|
CreateValueComparer<TTarget,TValue>(Analyzer<TTarget,TValue>,ComparisonOperator,Analyzer<TTarget,TValue>) | Creates the predicate-analyzer that compares results of two analyzers. |
CreateValueComparer<TTarget,TValue>(String,Analyzer<TTarget,TValue>,ComparisonOperator,Analyzer<TTarget,TValue>) | Creates the predicate-analyzer that compares results of two analyzers. |
CreateValueComparer<TTarget,TValue>(Analyzer<TTarget,TValue>,ComparisonOperator,TValue) | Creates the predicate-analyzer that compares result of specified analyzer with specified reference value. |
CreateValueComparer<TTarget,TValue>(String,Analyzer<TTarget,TValue>,ComparisonOperator,TValue) | Creates the predicate-analyzer that compares result of specified analyzer with specified reference value. |